home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr29 / memsize.zip / ENGLISH.DOC < prev    next >
Text File  |  1995-01-04  |  8KB  |  193 lines

  1. OS/2 System Resources - Comments
  2.  
  3.   This program provides a digital clock (with date), the elapsed time since
  4. your system's last restart, the amount of free virtual memory, the current
  5. swap-file size, the maximum amount the swap-file can still grow, the current
  6. CPU load (%), the number of active tasks and the amount of disk space free on
  7. each of your hard disks.  Each figure is updated once per second, or at
  8. whatever interval from one to thirty seconds that you wish. Removable disk
  9. drives (including CDs) are not supported at this time.
  10.  
  11.   I've provided the source code.  Feel free to borrow ideas from it, just
  12. don't change the program and distribute it as if it were still my program.
  13. If you would like to see new features, drop me a note.  My CompuServe ID
  14. is 72607,3111, and I check my mail several times a week. I'm interested
  15. in your comments.
  16.  
  17.   NOTE: If you'd like to see the program translated into another language,
  18. feel free to make your own version of ENGLISH.DOC, ENGLISH.CMD, ENGLISH.RC
  19. and ENGLISH.IPF.  Make your own version and send it to me via CompuServe mail,
  20. and I'll build the HLP, DLL and make files and post the updated package
  21. out to CompuServe for anyone to download.
  22.  
  23.  
  24. Installation:
  25.  
  26.     Run the installation file ENGLISH.CMD.  It will ask you where you want
  27. the program stored and whether you want it to be placed in the startup folder.
  28. The job will create a program object and place it either on the desktop or
  29. in the system startup folder.  This object will have all its attributes set
  30. up correctly for running the program.
  31.  
  32.  
  33. Author:
  34.  
  35.   Rick Papo, CompuServe 72607,3111.
  36.   Translation to Spanish by Rick Papo and Xavier Caballe.
  37.   Translation to German by Dr. Herbert Klaeren, University of Tübingen, Germany.
  38.     (Internet: klaeren@informatik.uni-tuebingen.de)
  39.   Translation to Catalan by Xavier Caballe.
  40.     (Internet: xavier.caballe@abaforum.es)
  41.  
  42.  
  43. History:
  44.  
  45.   1.00 - Submitted to Compuserve's OS/2 Forum, early January, 1992.
  46.  
  47.   1.01 - Added single-line border.
  48.          Removed default TaskList processing, added custom logic.
  49.  
  50.   1.10 - Added ability to hide controls.
  51.          Added ability to be moved with the mouse, independent of title bar.
  52.          Added help facility.
  53.          Removed 'exit' option from system menu (Alt+F4 or F3 does fine).
  54.          Now searches CONFIG.SYS to find SWAPPATH.
  55.          Responds to WM_PRESPARAMCHANGED messages, allowing OS/2 2.0's
  56.            font, color and color scheme palettes to work with it properly.
  57.          Added CPU load indicator.
  58.          Added ability to select which items are to be monitored.
  59.          Added ability to reset presentation parameters to default state.
  60.  
  61.   1.20 - Restructured program to make status items easier to add.
  62.          Changed 'Swap-disk free space' to 'Available swap space'.
  63.          Added disk drive free space items.
  64.          Optimized window refresh logic.
  65.          Corrected minor bugs in handling font changes.
  66.  
  67.   1.21 - Fixed bug in computing swap-file size.
  68.  
  69.   1.22 - Fixed bug in computing available swapping space.
  70.  
  71.   1.23 - Fixed bugs in initial sizing and location of CONFIG.SYS.
  72.  
  73.   1.24 - Fixed underflow error in computing CPU load.
  74.  
  75.   1.25 - Fixed bug with determining swap-drive.
  76.  
  77.   1.26 - Switched from using COMSPEC to SYSTEM_INI when trying to determine
  78.            the boot drive in order to find CONFIG.SYS.  There have been
  79.            users with alternative command-line interpreters altering
  80.            COMSPEC to point to a different disk drive.  Something more
  81.            reliable was needed.  This is still not a perfect solution.
  82.  
  83.   1.27 - Fixed problem with initial positioning under OS/2 1.x.
  84.          If SYSTEM_INI cannot be found, look for COMSPEC instead.  If that
  85.            cannot be found, assume the boot drive to be current drive.
  86.  
  87.   1.28 - Fixed problem where title bar and system menu were not being
  88.            initialized correctly when the program started up with the
  89.            controls hidden.
  90.  
  91.   1.29 - Now skips removable drives during setup.
  92.          Now uses the Global Information Segment to determine boot drive,
  93.            and thereby the location of CONFIG.SYS.
  94.          Now accepts any color from the color palette.  It no longer forces
  95.            the use of solid colors.
  96.  
  97.   1.30 - Show Spool-file Size option added to program.
  98.          Fixed bug in adjusting options while program is minimized.
  99.  
  100.   1.31 - Changed to use DosFindFirst2 in spool-file search.
  101.          Minor clarity changes.
  102.  
  103.   1.40 - Added digital clock.
  104.  
  105.   1.41 - Added generic icon.  Had only the VGA definition before.
  106.  
  107.   1.42 - Responds to WM_SYSCOLORCHANGE message.
  108.          Fixed bug in spool directory scanning.
  109.  
  110.   1.50 (16 October 1992) -
  111.     Uses country information to determine date/time format.
  112.     Moved all language-dependent text to a DLL.
  113.     Created separate DLLs for English and Spanish texts.
  114.     Fixed bug in accessing network drives.
  115.     Don't bother looking at disk drives A: or B:.
  116.     Installation script for OS/2 2.0 added.
  117.  
  118.   1.51 (10 November 1992) -
  119.     Code streamlining.
  120.     Use country's thousands separator in numbers.
  121.     Turn off timer while moving window with the mouse.
  122.     German translation by Dr. H. Klaeren, University of Tubingen, Germany.
  123.  
  124.   1.52 (09 December 1992) -
  125.     Added command-line parameter processing.
  126.     Added RESET parameter to clear saved profile information.
  127.     Added timer interval dialog.
  128.     Added HELP option to menu.
  129.     Fixed bug in installation procedure.
  130.     Moved display item list to submenu.
  131.  
  132.   1.53 (28 December 1992) -
  133.     Fixed for Novell Server drives.
  134.     Split out debugging support to DEBUG.C & DEBUG.H.
  135.     Revised translation to Spanish.
  136.     Added translation to Catalan.
  137.     Rewrote CPU usage function.
  138.  
  139.   1.54 (30 January 1993) -
  140.     Added ALT+H accelerator for the hide controls menu function.
  141.     Treat ERROR_NOT_READY as removable media.
  142.     Rebuild menu and window when available drive list changes.
  143.     Treat ERROR_NOT_SUPPORTED as remote drive (TCP/IP).
  144.  
  145.   1.60 (08 March 1993) -
  146.     Added ability to monitor the number of active tasks, according
  147.       to the system switch list.
  148.     Fixed bug with attempts to hide controls while minimized.
  149.     Only checks drive types at startup and at time of NET USE.
  150.     Precalibrates the CPU load meter if HRTIMER.SYS is available.
  151.  
  152.   1.61 (09 April 1993) -
  153.     Now checks to see if a drive is remote before attempting to
  154.       open it as a complete drive.  All remote drives get monitored.
  155.       Only fixed local drives get monitored.
  156.     Show drive file system names.
  157.     Fixed bug in update of drive list.
  158.     If a drive returns an error during poll, stop trying to poll it.
  159.     Added item list resource lock.
  160.  
  161.   1.62 (03 May 1993) -
  162.     Fixed bug where drive Z was not checked.
  163.     Fixed bug where V-disks were not monitored.
  164.     Fixed bug in monitoring CPU load in very fast machines.
  165.  
  166.   2.00 (06 July 1993) -
  167.     Converted to 32-bits.
  168.     Now saves INI information to private file.
  169.     Added elapsed time monitoring.
  170.  
  171.   2.10 (27 July 1993) -
  172.     Added configuration dialog.
  173.     Moved more fully to C++.
  174.  
  175.   2.11 (20 September 1993) -
  176.     Added day of week to date.
  177.  
  178.   2.12 (13 October 1993) -
  179.     Disabled logging.
  180.     Added total disk free space item.
  181.  
  182.   2.20 (15 November 1993)
  183.     Converted to IBM C Set ++ for OS/2.
  184.     Fixed weekday abbreviations in Catalán & Español.
  185.  
  186.   2.21 (23 December 1993)
  187.     Fixed error in help manager initialization.
  188.     Added window animate option to configuration dialog.
  189.     Added exception handler.
  190.  
  191.   2.22 (30 December 1993)
  192.     Returned to using DosMemAvail (16-bit) for determining the amount of memory free.
  193.